Uses of Class
com.seclore.fs.ws.client.exception.WSClientException
Packages that use WSClientException
Package
Description
-
Uses of WSClientException in com.seclore.fs.ws.client
Methods in com.seclore.fs.ws.client that throw WSClientExceptionModifier and TypeMethodDescriptioncom.seclore.fs.ws.client.mail.utilities.SMailDetailsWSClient.createSMail(IMailInput pMailInput, String pFolderPath) This method creates SMail File in provided folder path using Mail Input.WSClient.getCustomAttributesFromHTMLFile(String pFilePath) This method returns the Custom Attributes from HTML file.WSClient.getFileDetailsXML(String pFile) This method returns the file details XML that can be used to call the protect API to Policy Server.WSClient.getFileDetailsXML(String pFile, String pDisplayFile) This method returns the file details XML that can be used to call the protect API to Policy Server.WSClient.getFileHeader(com.seclore.io.SeekableStream pInputStream) WSClient.getFileHeader(String pProtectedFile) This method reads the given file and return the header if it is protected else throws exception.This method reads the given file and return the File Id if it is protected else throws exception.WSClient.getHtmlCustomMetadata(String pFilePath) This method returns the Custom HTML MetaData from HTML file.WSClient.getHtmlWrappedFileHeader(com.seclore.io.SeekableStream pInputStream) WSClient.getHtmlWrappedFileHeader(String pHtmlWrappedFile) This method reads the given html wrapped file and returns the header if it is protected else throws exception.WSClient.getHtmlWrappedFileId(String pHtmlWrappedFile) This method reads the given html wrapped file and returns the File Id if it is protected else throws exception.WSClient.getLocaleFromHTMLFile(String pFilePath) This method returns the Locale of the HTML file.WSClient.getPsIdFromFile(String pProtectedFile) static com.seclore.fs.ws.client.mail.utilities.SMailLoggerWSClientLibrary.getSMailLogger()com.seclore.fs.ws.client.wrapper.html.versions.InternalHtmlWrapperVersionsWSClient.getSupportedHTMLWrapperVersions()This method returns HTML wrapper buffer and form data versions which is supported by wsclient.static voidWSClientLibrary.initialize(ISecloreSDKLogger pLogger, com.seclore.fs.ws.client.config.WSClientLibraryConfig pWSClientLibraryConfig) This method initializes the WSClient environment to perform the file related operations.booleanWSClient.isAdvancedProtectionSupportedFile(String pFilePath) This method returns whether a file is of advance protection FileSecure supported extension or not.booleanWSClient.isBasicProtectionSupportedFile(String filePath) This method returns whether a file is of basic protection FileSecure supported extension or not.booleanWSClient.isHtmlWrappedFile(byte[] pFileData) booleanWSClient.isHtmlWrappedFile(String pFilePath) This method determines whether the given file is html wrapped or not.booleanWSClient.isHtmlWrapSupported(String pFilePath) This method returns whether a file is supported for HTMl wrap or not.booleanWSClient.isProtectedFile(byte[] pFileData) This method returns whether a passed bytes are of FileSecure protected file or not.booleanWSClient.isProtectedFile(String pFilePath) This method returns whether a file is FileSecure protected or not.booleanWSClient.isSupportedFile(String pFilePath) This method returns whether a file is of FileSecure supported extension or not.static voidLog the requested message at the Debug log level.static voidLog the requested message at the Error log level.static voidLog the requested message at the Info log level.static WSClientWSClient.newInstance(WSClientConfig pWSClientConfig) Calls the private constructor of WSClient.voidThis method protects the requested File.WSClient.protectAndGetFileName(String pOriginalFileName, String pFileInfoXML, String pProtectionResponseXML) This method protects the requested File.WSClient.protectAndGetFileName(String pOriginalFileName, String pFileInfoXML, String pProtectionResponseXML, boolean pIsSecureMessage, byte[] pRequestKey, CryptoHandler pCryptoHandler) com.seclore.fs.helper.core.ProtectedFileWSClient.protectAndGetProtectedFile(String pOriginalFileName, String pFileInfoXML, String pProtectionResponseXML, boolean pIsSecureMessage, byte[] pRequestKey, CryptoHandler pCryptoHandler) This method protects the requested File.voidWSClient.setExternalHtmlWrapperVersions(Node pHtmlWrapperVersion) Set HTML wrapper buffer and form data versions which is received in PS ping response.static voidWSClientLibrary.terminate()This method release the resources loaded in the the initialize method.com.seclore.fs.helper.core.UnprotectedFileWSClient.unprotect(String pProtectedFile, String pUnProtectResponseXML, boolean pIsSecureMessage, byte[] pRequestKey, CryptoHandler pCryptoHandler) This method unprotect the requested file, if it is already protected, else will throw error.com.seclore.fs.helper.core.UnwrapOutputDetailsThis method will unwrap the protected wrapped file at pSourceFilePath and return the absolute path of unwrapped file.WSClient.wrap(com.seclore.fs.helper.core.WrapperInputDetails pWrapperDetailsBean) This method wrap (convert) protected file into HTML file and return absolute file location of wrapped file. -
Uses of WSClientException in com.seclore.fs.ws.client.pscp
Methods in com.seclore.fs.ws.client.pscp that throw WSClientExceptionModifier and TypeMethodDescriptionbyte[]CryptoHandler.decryptWithPrivateKey(byte[] pCipherData) This method decrypts data using private keybyte[]CryptoHandler.encryptWithPrivateKey(byte[] pPlainData) This method encrypts data using private keybyte[]PSConnection.encryptWithSessionKey(byte[] pPlainData) Encrypts the data with session key. -
Uses of WSClientException in com.seclore.fs.ws.client.pscp.exception
Subclasses of WSClientException in com.seclore.fs.ws.client.pscp.exceptionModifier and TypeClassDescriptionclassThis class represents any generic error condition thrown by the Policy Server Connection Pool (PSCP) library.classThis exception is typically thrown when someone requests for a connection from the pool and there are no connections available in the pool.classThis exception is typically thrown when HTTP Session with the Server has expired on a given connection. -
Uses of WSClientException in com.seclore.fs.ws.client.redirect
Methods in com.seclore.fs.ws.client.redirect that throw WSClientExceptionModifier and TypeMethodDescriptionWSRedirectURL.getRedirectURLForPSHome(int pRepositoryFilter, boolean pAllowLogoutFromProtal, boolean pAutoCloseAfterTask) This method returns the Policy Server portal home page URL.WSRedirectURL.getRedirectURLForTransferOwnership(long pFileId, boolean pAllowLogoutFromProtal, boolean pAutoCloseAfterTask) This method returns the Policy Server portal URL to transfer ownership of requested file.Constructors in com.seclore.fs.ws.client.redirect that throw WSClientExceptionModifierConstructorDescriptionWSRedirectURL(String pPSBaseURL, String pSessionId) This constructor stores the base URL and the Session id in the member variables, that will be used while creating the redirect URLs. -
Uses of WSClientException in com.seclore.fs.ws.client.util
Methods in com.seclore.fs.ws.client.util that throw WSClientExceptionModifier and TypeMethodDescriptionstatic CalendarWSClientDateUtil.getDateFromFSFormat(String pFSDate) This method converts the String FileSecure date format in to the Calendar instance.